Welcome![Sign In][Sign Up]
Location:
Search - RGB matlab

Search list

[matlabrgb2hsv

Description: fast color conversion from RGB to HSV for matlab
Platform: | Size: 1024 | Author: totor | Hits:

[ActiveX/DCOM/ATLnormalise

Description: Normalises image values to 0-1, or to desired mean and variance Usage: n = normalise(im) Offsets and rescales image so that the minimum value is 0 and the maximum value is 1. Result is returned in n. If the image is colour the image is converted to HSV and the value/intensity component is normalised to 0-1 before being converted back to RGB. -Normalises image values to 0-1, or to desired mean and variance Usage: n = normalise(im) Offsets and rescales image so that the minimum value is 0 and the maximum value is 1. Result is returned in n. If the image is colour the image is converted to HSV and the value/intensity component is normalised to 0-1 before being converted back to RGB.
Platform: | Size: 1024 | Author: mahmood | Hits:

[Special Effectscolorspacezhuanhuan

Description: RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[matlabskin_color

Description: skin segmentation base on RGB color space. does not work for gray level images
Platform: | Size: 1024 | Author: remey | Hits:

[matlabRGB2gray

Description: matlab 中用来将rgb数据转换成灰度图像的源代码-matlab used to the rgb data into gray-scale image of the source code for
Platform: | Size: 1024 | Author: discovery | Hits:

[Special Effectsrgbquadtree

Description: 四叉树分解算法对RGB彩色图像进行分割,MATLAB代码,包括实验图片-Quad-tree decomposition algorithm RGB color image segmentation, MATLAB code, including test images
Platform: | Size: 126976 | Author: 猪哥不亮 | Hits:

[2D GraphicRGB

Description: The Matlab function RGB() converts a color index (whole number from 1-21), English name of a color (string), or RGB triple with whole number components in {0, 1, ..., 255} into an RGB triple with real-valued components in [0,1]. RGB() allows the user to access a set of 21 colors via their common English names. For eight of these colors that have more than one common name, the program accepts alternative names, reducing the memory burden on the user.-The Matlab function RGB() converts a color index (whole number from 1-21), English name of a color (string), or RGB triple with whole number components in {0, 1, ..., 255} into an RGB triple with real-valued components in [0,1]. RGB() allows the user to access a set of 21 colors via their common English names. For eight of these colors that have more than one common name, the program accepts alternative names, reducing the memory burden on the user.
Platform: | Size: 2048 | Author: cnamz | Hits:

[Compress-Decompress algrithmsrgb2ycbcr[1]

Description: This a script to convert Images RGB to YCbCr-This is a script to convert Images RGB to YCbCr
Platform: | Size: 284672 | Author: Rafael | Hits:

[matlabexport_fig

Description: This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders - Embedded fonts (vector formats) - Improved line and grid line styles (vector formats) - Anti-aliased graphics (bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Optionally append to file (pdf only) - Vector formats: pdf, eps - Bitmap formats: png, tif, jpg, bmp, export to workspace This function is especially suited to exporting figures for use in publications and presentations, because of the high quality and portability of media produced.-This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders - Embedded fonts (vector formats) - Improved line and grid line styles (vector formats) - Anti-aliased graphics (bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Optionally append to file (pdf only) - Vector formats: pdf, eps - Bitmap formats: png, tif, jpg, bmp, export to workspace This function is especially suited to exporting figures for use in publications and presentations, because of the high quality and portability of media produced.
Platform: | Size: 16384 | Author: redasu | Hits:

[Special EffectsDraw_Circle

Description: Draw_Circle()实现彩色圆形绘制,最后得到的图像为RGB图像-Draw circle on your input image
Platform: | Size: 1024 | Author: smli | Hits:

[Graph programgrad

Description: 求RGB 的梯度值以及梯度方向 to obtain gradient magnitude and orientation of an RGB image-to obtain gradient magnitude and orientation of an RGB image
Platform: | Size: 1024 | Author: Jerry | Hits:

[Mathimatics-Numerical algorithmsskin_RGB

Description: skin segmentation using RGB
Platform: | Size: 60416 | Author: hero | Hits:

[Special Effectsrgb2hsvycbcr

Description: RGB颜色空间转换为 YCbCr 和HSV空间,自己编写的matlab 代码,希望对打家有帮助。-RGB color space is converted to YCbCr and HSV space, have written matlab code, want to combatants spar in home help.
Platform: | Size: 2048 | Author: shen | Hits:

[Speech/Voice recognition/combinecolorDetection

Description: The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo the HSV color space has been used, instead of the RGB space. According to that model, H(ue) dimension represents the "color", S(aturation) dimension represents the dominance of that color and the V(alue) dimension represents the brightness. Therefore, the color detection algorithm can search in terms of color position and color "purity", instead of searching for specific RGB values. We have to note here, that in order to detect the desired color, it is needed to define a tolerance in each HSV dimension. For example a tolerance equal to 0.050 in the H dimension means that the algorithm will detect pixels whose H value has a distance (from the desired value) less than 0.050.
Platform: | Size: 169984 | Author: jack | Hits:

[2D Graphiccolor_space_transformation

Description: Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
Platform: | Size: 3072 | Author: Ying | Hits:

[Special Effectsgaussian_average_rgb

Description: 在rgb颜色空间实现的单高斯模型,用于目标检测-In rgb color space to achieve a single-Gaussian model for target detection
Platform: | Size: 1024 | Author: heshan | Hits:

[Graph programrgb2gray

Description: 可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-RGB images can be input into a gray-scale image! In the Matlab programming environment.
Platform: | Size: 2048 | Author: JASON | Hits:

[matlabLab2RGB_1

Description: Lab to rgb conversion
Platform: | Size: 1024 | Author: fixs | Hits:

[Othermediancut

Description: Median Cut Algorithm,RGB,image,algorithm,quantization,color,red,blue,green,multimedia processing,
Platform: | Size: 1024 | Author: Nil | Hits:

[Software EngineeringMaxLoydVectorQuantizer

Description: Implementation of a Max Lloyd quantizer using matlab for color RGB images. The quantizer uses random starting conditions and find the locally optimal quantizer levels.
Platform: | Size: 1024 | Author: bob | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 31 »

CodeBus www.codebus.net